'Declaration
Public Overloads Shared Function GetValue(Of T)( _ ByVal property As PropertyState(Of T) _ ) As T
'Usage
Dim property As PropertyState(Of T) Dim value As T value = BaseVariableState.GetValue(Of T)(property)
public static T GetValue<T>( PropertyState<T> property )
public: static T^ GetValuegeneric<typename T> ( PropertyState<T^>^ property )
Parameters
- property
- The property.
Type Parameters
- T
- The type of value contained in the property.
Return Value
The value. The default value for the datatype if the property is null.